BENCHMARK - NEIGHBOR SEARCH
w = 0.25e-3;        #extrusion width
h = 0.2e-3;     #layer height
l = 0.5e-3;       #extrusion length
meshSize = 0.1e-3;
surfaceMeshSize = 0.1e-3;
Generated pointcloud in 1.97 s
Pointcloud properties:
  Boundary nodes: 72
  Internal nodes: 0
  Memory: 2.42 KB
Found neighbors in 1.32 s
Connectivity properties:
  Max neighbors: 18 (at index 1)
  Avg neighbors: 16.0
  Min neighbors: 15 (at index 13)


meshSize = 0.05e-3;
surfaceMeshSize = 0.05e-3;
Generated pointcloud in 1.63 s
Pointcloud properties:
  Boundary nodes: 176
  Internal nodes: 80
  Memory: 7.67 KB
Found neighbors in 1.61 s
Connectivity properties:
  Max neighbors: 30 (at index 180)
  Avg neighbors: 20.140625
  Min neighbors: 15 (at index 17)


meshSize = 0.025e-3;
surfaceMeshSize = 0.025e-3;
Generated pointcloud in 1.61 s
Pointcloud properties:
  Boundary nodes: 588
  Internal nodes: 960
  Memory: 41.98 KB
Found neighbors in 2.3 s
Connectivity properties:
  Max neighbors: 36 (at index 2)
  Avg neighbors: 21.36950904392765
  Min neighbors: 15 (at index 29)


meshSize = 0.0125e-3;
surfaceMeshSize = 0.0125e-3;
Generated pointcloud in 1.64 s
Pointcloud properties:
  Boundary nodes: 2460
  Internal nodes: 9440
  Memory: 305.4 KB
Found neighbors in 6.83 s
Connectivity properties:
  Max neighbors: 33 (at index 6582)
  Avg neighbors: 23.803193277310925
  Min neighbors: 15 (at index 61)


meshSize = 0.00625e-3;
surfaceMeshSize = 0.00625e-3;
Generated pointcloud in 1.71 s
Pointcloud properties:
  Boundary nodes: 9396
  Internal nodes: 79680
  Memory: 2.21 MB
Found neighbors in 41.63 s
Connectivity properties:
  Max neighbors: 39 (at index 1)
  Avg neighbors: 25.370604876734475
  Min neighbors: 15 (at index 117)


meshSize = 0.003125e-3;
surfaceMeshSize = 0.003125e-3;
Generated pointcloud in 2.16 s
Pointcloud properties:
  Boundary nodes: 37352
  Internal nodes: 659200
  Memory: 17.02 MB
Found neighbors in 383.45 s
Connectivity properties:
  Max neighbors: 39 (at index 1)
  Avg neighbors: 26.140279548404138
  Min neighbors: 15 (at index 233)
